

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  
  .container {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #dcdad47a;
  }
  .container-fluid{
    height: 100vh;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #dcdad47a;
  }
  
  .card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 800px;
    height: 360px;
    background-color: #ffffff;
    padding: 10px 30px 40px;

  }
 .excel_content_area {
    height:auto;
    width:auto;
    margin: 40px 35px ;
    
  }

  .uploadHistory{
    margin-top:25px;
  }

  .table-list{
    margin:25px 0px 25px 0px;
  }

  #history-area{
    margin:25px 0px 25px 0px;
  }
  .card h3 {
    font-size: 22px;
    font-weight: 600;
    
  }
  
  .drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
    padding-bottom: 1rem;
  }
  
  .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
  }
  
  .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
  }
  
  .btn {
    text-decoration: none;
    background-color: #005af0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
  }
  
  .btn:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
  }
  .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
  }
  
  tr.mat-header-row {
    height: 56px;
  }
  
  
  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  
  table.mat-table {
    border-spacing: 0;
  }
  
  th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
  padding:1rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #d9dee3;
  border-radius: 0.5rem;
}

#dLabel {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  text-align: left;
  padding: 7.5px 15px;
  color: #ccc;
  letter-spacing: 0.7px;
  margin-top: 25px;


}

.caret {
  float: right;
  margin-top: 9px;
  display: block;
}

.dropdown-menu {
width: 200px;
padding: 0;
margin: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.dropdown button:hover, .dropdown button:focus {
border: none;
outline: 0;
}

.dropdown.open button#dLabel {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
border: solid 1px #666;
 border-bottom: none;
}

.dropdown.open ul {
 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
border: solid 1px #666;
border-top: none;
height: auto;
overflow-y: scroll;
}

.dropdown-menu li {

   line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;  
cursor: pointer;
padding: 7.5px 15px;
border-top: solid 1px #f3f3f3;



}

.dropdown-menu li:hover {
background-color: #ccc;
}

.table-list{
  padding-bottom: 1rem;
}